hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
HipFileLoadTask
hip
loaders
text
Undocumented in source.
final
class
HipFileLoadTask :
HipTextLoadTask
{
this
(string path, string name, HipAsset asset, const(ubyte)[] extraData, string fileRequesting, size_t lineRequesting);
string
getWorkerName
();
HipAsset
loadAsset
(ubyte[] data);
}
Constructors
this
this
(string path, string name, HipAsset asset, const(ubyte)[] extraData, string fileRequesting, size_t lineRequesting)
Undocumented in source.
Members
Functions
getWorkerName
string
getWorkerName
()
Undocumented in source. Be warned that the author may not have intended to support it.
loadAsset
HipAsset
loadAsset
(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From HipTextLoadTask
getWorkerName
string
getWorkerName
()
Undocumented in source.
loadAsset
HipAsset
loadAsset
(ubyte[] data)
Undocumented in source.
update
void
update
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hip
loaders
text
classes
HipCSVLoadTask
HipFileLoadTask
HipINILoadTask
HipInputMapLoadTask
HipJSONCLoadTask
HipTextLoadTask